home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libdbus-glib-1-2 / README < prev   
Text File  |  2008-05-14  |  1KB  |  31 lines

  1. D-BUS is a simple IPC library based on messages.
  2.  
  3. See http://www.freedesktop.org/software/dbus/ for lots of documentation, 
  4. mailing lists, etc.
  5.  
  6. Note
  7. ===
  8.  
  9. A core concept of the D-BUS implementation is that "libdbus" is
  10. intended to be a low-level API, similar to Xlib. Most programmers are
  11. intended to use the bindings to GLib, Qt, Python, Mono, Java, or
  12. whatever. These bindings have varying levels of completeness.
  13.  
  14. Configuration flags
  15. ===
  16.  
  17. These are the dbus-specific configuration flags that can be given to
  18. the ./configure program.
  19.  
  20.   --enable-tests          enable unit test code
  21.   --enable-ansi           enable -ansi -pedantic gcc flags
  22.   --enable-verbose-mode   support verbose debug mode
  23.   --enable-asserts        include assertion checks
  24.   --enable-checks         include sanity checks on public API
  25.   --enable-xml-docs       build XML documentation (requires xmlto)
  26.   --enable-doxygen-docs   build DOXYGEN documentation (requires Doxygen)
  27.   --enable-gcov           compile with coverage profiling instrumentation (gcc only)
  28.   --with-xml=libxml/expat           XML library to use
  29.   --with-gnu-ld                     assume the C compiler uses GNU ld [default=no]
  30.   --with-tags[=TAGS]                include additional configurations [automatic]
  31.